New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@powertools/options

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@powertools/options - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

babel.config.json

16

package.json
{
"name": "@powertools/options",
"version": "1.0.1",
"version": "1.0.2",
"description": "agnostic feature flags",
"main": "index.js",
"main": "./build/index.js",
"author": "chadsteele.com",

@@ -15,3 +15,13 @@ "license": "ISC",

"javascript"
]
],
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.8"
},
"scripts": {
"build": "babel src -d build"
},
"dependencies": {}
}
async.js
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