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
4
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.2 to 0.0.3

23

package.json

@@ -7,12 +7,16 @@ {

},
"contributors" : [ {
"name" : "Christos Constandinou",
"email" : "christos@muigui.com"
}, {
"name" : "Simon Jefford",
"email" : "si@ibrokethat.com"
} ],
"contributors" : [
{
"name" : "Christos Constandinou",
"email" : "christos@muigui.com"
}, {
"name" : "Simon Jefford",
"email" : "si@ibrokethat.com"
}
],
"description" : "string manipulation functions",
"dependencies" : {
"babel" : "5.0.x"
},
"devDependencies" : {
"babel" : "5.0.x",
"chai" : "2.2.x",

@@ -41,5 +45,6 @@ "mocha" : "2.2.x"

"build-watch" : "./node_modules/.bin/babel ./*.js --out-dir dist --source-maps -w",
"postinstall" : "npm run build",
"test" : "node --harmony ./node_modules/.bin/mocha --compilers js:babel/register --colors --harmony --recursive -R spec --ui tdd ./test.js"
},
"version" : "0.0.2"
"version" : "0.0.3"
}
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