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

@contrast/distringuish-prebuilt

Package Overview
Dependencies
Maintainers
8
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/distringuish-prebuilt - npm Package Compare versions

Comparing version 1.8.6 to 1.9.0-beta.1

7

index.js

@@ -33,1 +33,8 @@ const semver = require('semver');

};
module.exports.internalize = (str) => {
if(typeof str === 'string')
return distringuish.internalize(str);
else
return null;
};

30

package.json
{
"author": {
"name": "Contrast Security"
"name": "@contrast/distringuish-prebuilt",
"version": "1.9.0-beta.1",
"description": "Contrast Security",
"main": "index.js",
"directories": {
"doc": "docs"
},
"bundleDependencies": false,
"scripts": {
"test": "mocha test/test.js"
},
"author": "Contrast Security",
"license": "UNLICENSED",
"dependencies": {
"semver": "^6.3.0"
},
"deprecated": false,
"description": "Contrast Security",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nan": "^2.10.0",
"nan": "^2.14.0",
"node-gyp": "^4.0.0"
},
"directories": {
"doc": "docs"
},
"license": "UNLICENSED",
"main": "index.js",
"name": "@contrast/distringuish-prebuilt",
"scripts": {
"test": "mocha test/test.js"
},
"version": "1.8.6"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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