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

@keeljs/pkg2

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keeljs/pkg2 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

7

index.js
import a from 'pkg1';
a();
const b = () => {
a();
console.log('this is pkg2');
}
export default b;

6

package.json
{
"name": "@keeljs/pkg2",
"version": "1.0.0",
"version": "1.0.1",
"description": "",

@@ -12,4 +12,6 @@ "main": "index.js",

"scripts": {
"test": "echo \"Error: pkg2 no test specified\""
"lint": "echo \"pkg2 lint\"",
"build": "echo \"pkg2 build\"",
"test": "echo \"pkg2 test\""
}
}
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