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

@c8o/nimbus-core

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@c8o/nimbus-core - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

5

package.json
{
"name": "@c8o/nimbus-core",
"version": "1.0.6",
"version": "1.0.7",
"description": "Nimbus core package",

@@ -26,5 +26,4 @@ "main": "./dist/index.cjs",

"eslint": "^7.32.0",
"rollup": "^2.61.0",
"rollup-plugin-terser": "^7.0.2"
"rollup": "^2.61.0"
}
}

2

rollup.config.js
import resolve from '@rollup/plugin-node-resolve'
import { terser } from 'rollup-plugin-terser'

@@ -19,3 +18,2 @@ export default [

resolve(),
terser(),
],

@@ -22,0 +20,0 @@ external: [/^@babel\/runtime\//],

Sorry, the diff of this file is not supported yet

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