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

cori

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cori - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "cori",
"version": "0.0.3",
"version": "0.0.4",
"description": "Cori is a web component framework",

@@ -5,0 +5,0 @@ "main": "./dist/cori.js",

@@ -29,3 +29,28 @@ const fs = require('fs')

use: [{
loader: 'babel-loader'
loader: 'babel-loader',
options: {
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": [
"last 2 versions",
"safari >= 7",
"ie >= 9"
]
}
}
]
],
"plugins": [
"syntax-dynamic-import",
"transform-object-rest-spread",
"transform-async-to-generator",
"transform-decorators-legacy",
"transform-class-properties"
]
}
}]

@@ -32,0 +57,0 @@ },

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