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

flat-er

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flat-er - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist/index.d.ts

7

package.json
{
"name": "flat-er",
"version": "1.0.3",
"version": "1.0.4",
"description": "Flattens nested js objects to one level",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"cond-install": "if [ ! -d node_modules ]; then npm i; fi;",
"build": "npm run cond-install && npx webpack --mode production",
"build": "npm run cond-install && npx webpack --mode production && sudo cp src/index.d.ts dist/index.d.ts",
"preversion": "npm run clean && npm test",

@@ -34,3 +34,2 @@ "postversion": "git add . && git commit --amend && git push"

"devDependencies": {
"jest": "^26.0.1",
"@babel/core": "^7.9.6",

@@ -41,2 +40,4 @@ "@babel/plugin-proposal-class-properties": "^7.8.3",

"babel-loader": "^8.1.0",
"jest": "^26.0.1",
"raw-loader": "^4.0.1",
"webpack": "^4.43.0",

@@ -43,0 +44,0 @@ "webpack-cli": "^3.3.11",

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