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

babel-plugin-inline-json-import

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-inline-json-import - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

.travis.yml

4

package.json
{
"name": "babel-plugin-inline-json-import",
"version": "0.1.1",
"version": "0.1.2",
"description": "Inlines JSON file imports straight into JS code",

@@ -21,3 +21,3 @@ "main": "build/index.js",

"test": "mocha",
"prepublish": "npm run clean && npm run build"
"prepublish": "npm run clean; npm run build"
},

@@ -24,0 +24,0 @@ "repository": {

@@ -7,2 +7,4 @@ import fs from 'fs'

tmp.setGracefulCleanup()
describe('babel-plugin-inline-json-imports', () => {

@@ -9,0 +11,0 @@ it('inlines simple JSON imports', () => {

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