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.2 to 1.1.0

6

lib/index.js
var ps = {}
ps.copyrightNotice = 'Copyright © ' + new Date().getFullYear() + ' PolicyStat LLC'
ps.name = {
pretty: 'PolicyStat LLC'
}
ps.copyrightNotice = 'Copyright © ' + new Date().getFullYear() + ' ' + ps.name.pretty
module.exports = ps

2

package.json

@@ -15,3 +15,3 @@ {

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

@@ -18,0 +18,0 @@ "repository": {

@@ -5,3 +5,6 @@ /* eslint-env jasmine */

var expectedSchema = {
copyrightNotice: String
name: {
pretty: String
},
copyrightNotice: String
}

@@ -8,0 +11,0 @@ var ps = require('../')

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