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

@ts-common/property-set

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-common/property-set - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

dist/index.d.ts

18

package.json
{
"name": "@ts-common/property-set",
"version": "0.0.9",
"version": "0.0.10",
"description": "A set of properties",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"tsc": "tsc",
"tslint": "tslint --project .",
"test": "tsc && npm run tslint && nyc mocha",
"test": "tsc && npm run tslint && nyc mocha ./dist/test.js",
"prepack": "npm install && tsc"

@@ -25,3 +25,7 @@ },

"files": [
"index.d.ts"
"dist/index.d.ts",
"dist/index.js",
"dist/index.d.ts.map",
"dist/index.js.map",
"src/index.ts"
],

@@ -40,7 +44,7 @@ "homepage": "https://github.com/ts-common/property-set#readme",

"mocha": "^5.2.0",
"nyc": "^13.1.0",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
"nyc": "^13.2.0",
"tslint": "^5.12.1",
"typescript": "^3.3.1"
},
"dependencies": {}
}
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