Coder Social home page Coder Social logo

Comments (7)

getify avatar getify commented on August 10, 2024

Shipping minified code is not in violation of "OSS rules" as far as I'm aware. It's pretty common. I believe they should be shipping it with the copyright notice/license included, though.

I've been unable yet to find this "jquery 1.12.4" distribution that you say includes native-promise-only. Can you link me to where to see it?

from native-promise-only.

mirabilos avatar mirabilos commented on August 10, 2024

Sure, look at https://github.com/jquery/jquery/tree/1.12.4/external/npo

I’ll answer on the source code issue in jquery/jquery#4445

from native-promise-only.

mirabilos avatar mirabilos commented on August 10, 2024

The correct commit to tag is probably commit f3cc8e8 but I cannot get the exact binary they have in the jQuery repo, probably due to a version difference in the minifier (Debian has 3.6.0-3 while your package.json mentions 2.4.8 with a tilde(?)), which makes this kinda tricky (and is another good reason for why people ought to always include source code).

from native-promise-only.

mirabilos avatar mirabilos commented on August 10, 2024

Yes, that is the correct commit. I was able to reproduce it by taking a throwaway system with npm, installing [email protected] via npm, then running (uglifyjs -m -c --comments '/^!/' lib/npo.src.js; echo) >npo.js on the command line. The result is bytewise identical.

from native-promise-only.

getify avatar getify commented on August 10, 2024

I don't see any particular reason you're concerned here though? Why should I go back and add an old tag to some old release simply because jQuery chose to use that version (from npm)?

You can see the code here on github, so that's the concern you had, right?

from native-promise-only.

mirabilos avatar mirabilos commented on August 10, 2024

I can see “some” code, but not the exact correct code. I had to invest a lot of time to figure that out, and others are not as skilled in software archæology.

from native-promise-only.

getify avatar getify commented on August 10, 2024

It's easy to get the exact code:

npm install native-promise-only@0.7.8-a

Inside, you'll find the original source code as well as the minified code (not binary) and even the script that did the minification, if you want to recreate it.

I recognize you had some difficulty researching to figure this out, but it seems clear to me everything is resolved now.

from native-promise-only.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.