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

backfill-utils-test

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backfill-utils-test - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

2

__fixtures__/basic-without-lock-file/package.json

@@ -6,3 +6,3 @@ {

"scripts": {
"compile": "copy src/index.ts lib/index.js"
"compile": "node node_modules/.bin/copy src/index.ts lib/index.js"
},

@@ -9,0 +9,0 @@ "dependencies": {

@@ -6,3 +6,3 @@ {

"scripts": {
"compile": "copy src/index.ts lib/index.js"
"compile": "node node_modules/.bin/copy src/index.ts lib/index.js"
},

@@ -9,0 +9,0 @@ "dependencies": {

@@ -6,5 +6,5 @@ {

"scripts": {
"compile": "copy src/index.ts lib/index.js",
"side-effect": "copy src/index.ts ../DONE"
"compile": "node node_modules/.bin/copy src/index.ts lib/index.js",
"side-effect": "node node_modules/.bin/copy src/index.ts ../DONE"
}
}

@@ -6,4 +6,4 @@ {

"scripts": {
"compile": "copy src/index.ts lib/index.js"
"compile": "node node_modules/.bin/copy src/index.ts lib/index.js"
}
}

@@ -6,4 +6,4 @@ {

"scripts": {
"compile": "copy src/index.ts lib/index.js"
"compile": "node node_modules/.bin/copy src/index.ts lib/index.js"
}
}

@@ -10,3 +10,3 @@ {

},
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/index.js",

@@ -30,3 +30,3 @@ "scripts": {

},
"gitHead": "ab03bda7c47d6c765ab891402e5fdb9a3abf34f5"
"gitHead": "a646d094be18579cf9af5010498d3caf2162cbf1"
}

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