Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

policystat

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

policystat - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

LICENSE

4

package.js

@@ -17,9 +17,11 @@ var auto = require('auto-package')

invalid: '^0.0.2',
'license-generator': '^0.0.13',
'verb-cli': '^0.4.4'
}
content.scripts = {
license: 'license-generator install bsd-3-clause -n "PolicyStat LLC"',
lint: 'standard',
unit: 'jasmine',
test: 'npm run lint && npm run unit'
test: 'npm run lint && npm run license && npm run unit'
}
content.license = 'BSD-3-Clause'

@@ -9,2 +9,3 @@ {

"invalid": "^0.0.2",
"license-generator": "^0.0.13",
"verb-cli": "^0.4.4"

@@ -15,3 +16,3 @@ },

"main": "lib/index.js",
"version": "1.0.1",
"version": "1.0.2",
"description": "PolicyStat strings for easy reuse",

@@ -28,7 +29,8 @@ "repository": {

"scripts": {
"license": "license-generator install bsd-3-clause -n \"PolicyStat LLC\"",
"lint": "standard",
"unit": "jasmine",
"test": "npm run lint && npm run unit"
"test": "npm run lint && npm run license && npm run unit"
},
"license": "BSD-3-Clause"
}

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