New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

undefine

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

undefine - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

4

package.json
{
"name": "undefine",
"version": "0.2.5",
"version": "0.2.6",
"description": "Universal Module Loader, for node.js, browser scripts, bundles, and AMD define loaders",

@@ -21,3 +21,3 @@ "main": "undefine.js",

"scripts": {
"postinstall": "ln -s ../. node_modules/undefine || true",
"postinstall": "mkdir -p node_modules && ln -s ../. node_modules/undefine || true",
"test" : "node test/for_node",

@@ -24,0 +24,0 @@ "build" : "cd dist && node ../node_modules/uglify-js/bin/uglifyjs --compress --mangle --output undefine-min.js --source-map undefine-min.map -- ../undefine.js",

@@ -137,5 +137,5 @@ # Undefine

Example: the following module **loggable** has two dependencies, the first is
**./extend.js**, while the second is the **uuid** which is available in the window
global 'uuid' or as the Node.js module **'node-uuid'**:
Example: the following **loggable** module has two dependencies, the first is
**./extend.js**, while the second is **uuid** which is available either in the window
global **uuid** or as Node.js module **node-uuid**:

@@ -142,0 +142,0 @@ ```javascript

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc