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

@package/string

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@package/string - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/index.js

8

package.json

@@ -31,3 +31,3 @@ {

],
"main" : "./index.js",
"main" : "./dist/index.js",
"name" : "@package/string",

@@ -39,7 +39,7 @@ "repository" : {

"scripts" : {
"build" : "./node_modules/.bin/babel ./*.js --out-dir es5 --source-maps",
"build-watch" : "./node_modules/.bin/babel ./*.js --out-dir es5 --source-maps -w",
"build" : "./node_modules/.bin/babel ./*.js --out-dir dist --source-maps",
"build-watch" : "./node_modules/.bin/babel ./*.js --out-dir dist --source-maps -w",
"test" : "node --harmony ./node_modules/.bin/mocha --compilers js:babel/register --colors --harmony --recursive -R spec --ui tdd ./test.js"
},
"version" : "0.0.1"
"version" : "0.0.2"
}

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