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.3 to 0.0.4

39

package.json
{
"name" : "@package/string",
"version" : "0.0.4",
"description" : "string manipulation functions",
"main" : "./dist/index.js",
"author" : {

@@ -7,12 +11,9 @@ "name" : "constantology",

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

@@ -27,13 +28,6 @@ "babel" : "5.0.x"

"iojs" : ">=1.x.x",
"node" : ">=0.11.x"
"node" : ">=0.12.x"
},
"keywords" : [ "string" ],
"licenses" : [
{
"type" : "MIT",
"url" : "https://raw.github.com/muigui/string/master/LICENSE"
}
],
"main" : "./dist/index.js",
"name" : "@package/string",
"license" : "MIT",
"repository" : {

@@ -43,9 +37,12 @@ "type" : "git",

},
"bugs" : {
"url" : "https://github.com/muigui/string/issues"
},
"scripts" : {
"build" : "./node_modules/.bin/babel ./*.js --out-dir dist --source-maps",
"build-watch" : "./node_modules/.bin/babel ./*.js --out-dir dist --source-maps -w",
"prepublish" : "npm prune",
"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.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